Package com.cisco.pt.ipc.sim
Interface ParameterMapManager
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
ParameterMapManagerImpl
Information provided by the PKI file:
\class ParameterMapManager
\brief ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.
\example network().getDevice("Router0").getParameterMapManager()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteParameterMap(String name) Information provided by the PKI file:getParameterMap(String name) Information provided by the PKI file:getParameterMapAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
deleteParameterMap
Information provided by the PKI file:
\brief Deletes the parameter map with the specified name. \param name, the name of the paramter map of interest.- Parameters:
name- Takes in a parameter of name
-
getParameterMap
Information provided by the PKI file:
\brief Returns the parameter map with the specified name. \param name, the name of the paramter map of interest. \return ParameterMap, the ParameterMap object with the specified name.- Parameters:
name- Takes in a parameter of name- Returns:
- ParameterMap Returns a ParameterMap
-
getParameterMapAt
Information provided by the PKI file:
\brief Returns the parameter map at the specified index. \param index, the index of the paramter map of interest. \return ParameterMap, the ParameterMap object at the specified index.- Parameters:
index- Takes in a parameter of index- Returns:
- ParameterMap Returns a ParameterMap
-
isParameterMapExists
Information provided by the PKI file:
\brief Returns true if the paramter map with the specified name exists, otherwise false. \param name, the name of the paramter map of interest. \return bool, the true if the paramter map with the specified name exists, otherwise false.- Parameters:
str- Takes in a parameter of str- Returns:
- boolean Returns a boolean
-
getParameterMapCount
int getParameterMapCount()Information provided by the PKI file:
\brief Returns the number of paramter maps. \return int, the number of paramter maps.- Returns:
- int Returns a int
-